Q3Unknown_GetType
You can use theQ3Unknown_GetType
function to get the type of an unknown object.
TQ3ObjectType Q3Unknown_GetType (TQ3UnknownObject unknownObject);
unknownObject
- An unknown object.
DESCRIPTION
TheQ3Unknown_GetType
function returns, as its function result, the type of the unknown object specified by theunknownObject
parameter. If successful,Q3Unknown_GetType
returns one of these constants:
kQ3UnknownTypeBinary kQ3UnknownTypeTextIf the type cannot be determined or is invalid,Q3Unknown_GetType
returns the valuekQ3ObjectTypeInvalid
.